/* Material Colors */
.matTextDark1 {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
	color: #212121;
	color: rgba(0, 0, 0, 0.87);
	text-decoration: none;
}
.matTextDark2 {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
	color: #757575;
	color: rgba(0, 0, 0, 0.54);
	text-decoration: none;
}
.matTextDark3 {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
	color: #9E9E9E;
	color: rgba(0, 0, 0, 0.38);
	text-decoration: none;
}
.matTextLight1 {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
	color: #FFFFFF;
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}
.matTextLight2 {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
	color: #B3B3B3;
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
}
.matTextLight3 {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
	color: #808080;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}

.matIconDark {
	color: rgba(0, 0, 0, 0.54);
}
.matIconDark.inactive {
	color: rgba(0, 0, 0, 0.26);
}
.matIconLight {
	color: rgba(2555, 255, 255, 1);
}
.matIconLight.inactive {
	color: rgba(2555, 255, 255, 0.3);
}

.matBlack { background: #000000; }
.matWhite { background: #FFFFFF; }

.matRed50 { background: #FFEBEE; }
.matRed100 { background: #FFCDD2; }
.matRed300 { background: #E57373; }

.matPink50 { background: #FCE4EC; }
.matPink100 { background: #F8BBD0; }
.matPink300 { background: #F06292; }

.matPurple50 { background: #F3E5F5; }
.matPurple100 { background: #E1BEE7; }
.matPurple300 { background: #BA68C8; }

.matDeepPurple50 { background: #EDE7FE; }
.matDeepPurple100 { background: #D1C4E9; }
.matDeepPurple300 { background: #9575CD; }

.matIndigo50 { background: #E8EAF6; }
.matIndigo100 { background: #C5CAE9; }
.matIndigo300 { background: #7986CB; }

.matBlue50 { background: #E3F2FD; }
.matBlue100 { background: #BBDEFB; }
.matBlue200 { background: #90CAF9; }
.matBlue300 { background: #64B5F6; }
.matBlue400 { background: #42A5F5; }
.matBlue500 { background: #2196F3; }
.matBlue600 { background: #1E88E5; }
.matBlue700 { background: #1976D2; }
.matBlue800 { background: #1565C0; }
.matBlue900 { background: #0D47A1; }

.matLightBlue50 { background: #E1F5FE; }
.matLightBlue100 { background: #B3F5FC; }
.matLightBlue200 { background: #81D4FA; }
.matLightBlue300 { background: #4FC3F7; }
.matLightBlue400 { background: #29B6F6; }
.matLightBlue500 { background: #03A9F4; }
.matLightBlue600 { background: #039BE5; }
.matLightBlue700 { background: #0288D1; }
.matLightBlue800 { background: #0277BD; }
.matLightBlue900 { background: #01579B; }

.matCyan50 { background: #E0F7FA; }
.matCyan100 { background: #B2EBF2; }
.matCyan200 { background: #80DEEA; }
.matCyan300 { background: #4DD0E1; }
.matCyan400 { background: #26C6DA; }
.matCyan500 { background: #00BCD4; }
.matCyan600 { background: #00ACC1; }
.matCyan700 { background: #0097A7; }
.matCyan800 { background: #00838F; }
.matCyan900 { background: #006064; }

.matTeal50 { background: #E0F2F1; }
.matTeal100 { background: #B2DFDB; }
.matTeal300 { background: #4DB6AC; }
.matTeal700 { background: #00897B; }

.matGreen50 { background: #E8F5E9; }
.matGreen100 { background: #C8E6C9; }
.matGreen300 { background: #81C784; }

.matLightGreen50 { background: #F1F8E9; }
.matLightGreen100 { background: #DCEDC8; }
.matLightGreen300 { background: #AED581; }

.matLime50 { background: #F9FBE7; }
.matLime100 { background: #F0F4C3; }
.matLime300 { background: #DCE775; }

.matYellow50 { background: #FFFDE7; }
.matYellow100 { background: #FFF9C4; }
.matYellow300 { background: #FFF176; }

.matAmber50 { background: #FFF8E1; }
.matAmber100 { background: #FFECB3; }
.matAmber300 { background: #FFD54F; }

.matOrange50 { background: #FFF3E0; }
.matOrange100 { background: #FFE0B2; }
.matOrange300 { background: #FFB74D; }

.matDeepOrange50 { background: #FBE9E7; }
.matDeepOrange100 { background: #FFCCBC; }
.matDeepOrange300 { background: #FF8A65; }

.matBrown50 { background: #EFEBE9; }
.matBrown100 { background: #D7CCC8; }
.matBrown300 { background: #A1887F; }

.matGrey50 { background: #FAFAFA; }
.matGrey100 { background: #F5F5F5; }
.matGrey200 { background: #EEEEEE; }
.matGrey300 { background: #E0E0E0; }
.matGrey400 { background: #BDBDBD; }
.matGrey500 { background: #9E9E9E; }
.matGrey600 { background: #757575; }
.matGrey700 { background: #616161; }
.matGrey800 { background: #424242; }
.matGrey900 { background: #212121; }

.matBlueGrey50 { background: #ECEFF1; }
.matBlueGrey100 { background: #CFD8DC; }
.matBlueGrey200 { background: #B0BEC5; }
.matBlueGrey300 { background: #90A4AE; }
.matBlueGrey400 { background: #78909C; }
.matBlueGrey500 { background: #607D8B; }
.matBlueGrey600 { background: #546E7A; }
.matBlueGrey700 { background: #455A64; }
.matBlueGrey800 { background: #37474F; }
.matBlueGrey900 { background: #263238; }

/*.mat50 { background: #; }
.mat100 { background: #; }
.mat300 { background: #; }*/